StateReportConfigurationSetting 
EntityType  Independent 
Logical Entity Name  StateReportConfigurationSetting 
Default Table Name  SyStateReportConfiguration 
Logical Only  NO 
Definition 
 
Note 
 

StateReportConfigurationSetting Attributes 
Attribute/Logical Rolename  Domain  Datatype  NULL  Definition 
Id(PK)    INTEGER  NO 
 
StateReportId(FK)    INTEGER  NO 
 
ConfigurationField    NCHAR(4)  NO 
 
Code    NCHAR(8)  YES 
 
Name    NVARCHAR(100)  NO 
 
FundSourceType    NVARCHAR(1000)  YES 
 
IsActive    BIT  NO 
 
LastModifiedUserId(FK)    INTEGER  NO 
 
CreatedDateTime    DATETIME  NO 
 
LastModifiedDateTime    DATETIME  NO 
 
RowVersion    TIMESTAMP/DATE  NO 
 
Category    NVARCHAR(100)  YES 
 

StateReportConfigurationSetting Keys 
Key Name  Key Type  Keys 
SyStateReportConfiguration_UserID_N_N_IDX  Inversion Entry  LastModifiedUserId 
SyStateReportConfiguration_SyStateReportID_N_N_IDX  Inversion Entry  StateReportId 
SyStateReportConfiguration_SyStateReportConfigurationID_SyStateReportID_ConfigurationField_N_N_IDX  Inversion Entry  Id, StateReportId, ConfigurationField 
PK_SyStateReportConfiguration_SyStateReportConfigurationID  PrimaryKey  Id 

StateReportConfigurationSetting Relationships 
Parent Relationships: 
Entity Name  Type  Cardinality  Business Name  VerbPhrase  InversePhrase  Foreign Keys  Is Supertype 
StateReport  Non-Identifying  One To Zero or More        StateReportId  NO 
Staff  Non-Identifying  One To Zero or More        LastModifiedUserId  NO 
Child Relationships: 
Entity Name  Type  Cardinality  Business Name  VerbPhrase  InversePhrase  Foreign Keys  Is Subtype 
StateReportBenchmarkMapping  Non-Identifying  One To Zero or More          NO 
StateReportConfigurationSettingDegree  Non-Identifying  One To Zero or More          NO 
StateReportConfigurationSettingFundSource  Non-Identifying  One To Zero or More          NO 
StateReportConfigurationSettingTerm  Non-Identifying  One To Zero or More          NO 
StateReportTierMapping  Non-Identifying  One To Zero or More          NO 

StateReportConfigurationSetting Check Constraints 
Check Constraint Name  CheckConstraint